Skip to content

Bump the python group across 1 directory with 8 updates#207

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-ca8000999b
Closed

Bump the python group across 1 directory with 8 updates#207
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-ca8000999b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 24, 2025

Bumps the python group with 8 updates in the / directory:

Package From To
django-allauth 65.4.1 65.5.0
psycopg[c] 3.2.5 3.2.6
newrelic 10.6.0 10.7.0
ruff 0.9.9 0.11.2
coverage 7.6.12 7.7.1
pre-commit 4.1.0 4.2.0
django-debug-toolbar 5.0.1 5.1.0
rust-just 1.39.0 1.40.0

Updates django-allauth from 65.4.1 to 65.5.0

Commits

Updates psycopg[c] from 3.2.5 to 3.2.6

Changelog

Sourced from psycopg[c]'s changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Python 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Drop support for Python 3.8.

Current release

Python 3.2.6 ^^^^^^^^^^^^

  • Fix connection semantic when using target_session_attrs=prefer-standby (:ticket:[#1021](https://github.com/psycopg/psycopg/issues/1021)).

Psycopg 3.2.5 ^^^^^^^^^^^^^

  • 3x faster UUID loading thanks to C implementation (:tickets:[#447](https://github.com/psycopg/psycopg/issues/447), [#998](https://github.com/psycopg/psycopg/issues/998)).

Psycopg 3.2.4 ^^^^^^^^^^^^^

  • Don't lose notifies received whilst the ~Connection.notifies() iterator is not running (:ticket:[#962](https://github.com/psycopg/psycopg/issues/962)).
  • Make sure that the notifies callback is called during the use of the ~Connection.notifies() generator (:ticket:[#972](https://github.com/psycopg/psycopg/issues/972)).
  • Raise the correct error returned by the database (such as !AdminShutdown or !IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection (:ticket:[#988](https://github.com/psycopg/psycopg/issues/988)).
  • Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with MACOSX_DEPLOYMENT_TARGET (:ticket:[#858](https://github.com/psycopg/psycopg/issues/858)).
  • Bump libpq to 17.2 in Linux and macOS binary packages.
  • Bump libpq to 16.4 in Windows binary packages, using the vcpkg library__ (:ticket:[#966](https://github.com/psycopg/psycopg/issues/966)).

... (truncated)

Commits
  • dfc1136 chore: bump psycopg package version to 3.2.6
  • a75e03f Merge branch 'fix-target_session_attrs-prefer-standby' into maint-3.2
  • 1377bb6 test: skip target_session_attrs with libpw < 14
  • b37dc1a fix: implement libpq semantic for target_session_attrs=prefer-standby
  • c946e40 fix win32 libpq missing error
  • 4645f33 chore: bump psycopg package version to 3.2.6.dev1
  • See full diff in compare view

Updates newrelic from 10.6.0 to 10.7.0

Release notes

Sourced from newrelic's releases.

v10.7.0

Notes

This release of the Python agent adds support for asynchronous AWS Bedrock LLM calls in aioboto3, a fix for a segfault with greenlets, a fixed a crash in aiomysql instrumentation, and reformatted the codebase with Ruff.

Install the agent using easy_install/pip/distribute via the Python Package Index or download it directly from the New Relic download site.

New features

  • Add support for asynchronous AWS Bedrock LLM calls

    • Adds instrumentation to support calls to invoke_model and invoke_model_with_response_stream made on aioboto3 clients

Bug fixes

  • Fix crash in aiomysql instrumentation

    • Previously, using aiomysql.sa (the included sqlalchemy engine) with the agent would result in a crash due to a missing __await__ method in the instrumentation. This has been corrected.
  • Fix segfaults with greenlets

    • Previously, a segfault occured when the maximum number of worker processes were called. This was due to a combination of using a weak reference for the agent's trace ID caching and greenlet's greenlet.getcurrent() retrieval function being called after the last greenlet has already been garbage collected. This fix allows the worker process to restart without the segfault occurring.

Changes

  • Reformatted entire codebase with Ruff

    • Switched to Ruff linter and reformatted the entire codebase.

Support statement

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.

See the New Relic Python agent EOL policy for information about agent releases and support dates.

Commits
  • eb8d44b Merge pull request #1324 from newrelic/pin-setuptools
  • e865a29 Merge branch 'main' into pin-setuptools
  • f4f4771 Add packaging to install.
  • c5f27af Merge pull request #1323 from newrelic/pin-setuptools
  • f7d7d66 Pin setuptools to v70.x.
  • 2923a5d Merge pull request #1320 from newrelic/workaround-setuptools
  • 46ab3e5 Fixup: remove lint fix
  • 78f41dc Pin setuptools_scm (for now)
  • f562477 Pin setuptools_scm (for now)
  • 0cc1d15 Merge pull request #1318 from newrelic/feature-async-bedrock
  • Additional commits viewable in compare view

Updates ruff from 0.9.9 to 0.11.2

Release notes

Sourced from ruff's releases.

0.11.2

Release Notes

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

Contributors

Install ruff 0.11.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.ps1 | iex"

Download ruff 0.11.2

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.2

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

0.11.1

Preview features

  • [airflow] Add chain, chain_linear and cross_downstream for AIR302 (#16647)
  • [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (#16581)
  • [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
  • [syntax-errors] Parenthesized context managers before Python 3.9 (#16523)
  • [syntax-errors] Star annotations before Python 3.11 (#16545)
  • [syntax-errors] Star expression in index before Python 3.11 (#16544)
  • [syntax-errors] Unparenthesized assignment expressions in sets and indexes (#16404)

Bug fixes

  • Server: Allow FixAll action in presence of version-specific syntax errors (#16848)
  • [flake8-bandit] Allow raw strings in suspicious-mark-safe-usage (S308) #16702 (#16770)
  • [refurb] Avoid panicking unwrap in verbose-decimal-constructor (FURB157) (#16777)
  • [refurb] Fix starred expressions fix (FURB161) (#16550)
  • Fix --statistics reporting for unsafe fixes (#16756)

Rule changes

  • [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) (#16849,#16855)

CLI

  • Add --exit-non-zero-on-format (#16009)

Documentation

  • Update Ruff tutorial to avoid non-existent fix in __init__.py (#16818)
  • [flake8-gettext] Swap format- and printf-in-get-text-func-call examples (INT002, INT003) (#16769)

0.11.0

This is a follow-up to release 0.10.0. Because of a mistake in the release process, the requires-python inference changes were not included in that release. Ruff 0.11.0 now includes this change as well as the stabilization of the preview behavior for PGH004.

Breaking changes

  • Changes to how the Python version is inferred when a target-version is not specified (#16319)

    In previous versions of Ruff, you could specify your Python version with:

    • The target-version option in a ruff.toml file or the [tool.ruff] section of a pyproject.toml file.

... (truncated)

Commits

Updates coverage from 7.6.12 to 7.7.1

Changelog

Sourced from coverage's changelog.

Version 7.7.1 — 2025-03-21

  • A few small tweaks to the sys.monitoring support for Python 3.14. Please test!

.. _changes_7-7-0:

Version 7.7.0 — 2025-03-16

  • The Coverage object has a new method, :meth:.Coverage.branch_stats for getting simple branch information for a module. Closes issue 1888_.

  • The :class:Coverage constructor<.Coverage> now has a plugins parameter for passing in plugin objects directly, thanks to Alex Gaynor <pull 1919_>_.

  • Many constant tests in if statements are now recognized as being optimized away. For example, previously if 13: would have been considered a branch with one path not taken. Now it is understood as always true and no coverage is missing.

  • The experimental sys.monitoring support now works for branch coverage if you are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead coverage.py imposes on your test suite. Set the environment variable COVERAGE_CORE=sysmon to try it out.

  • Confirmed support for PyPy 3.11. Thanks Michał Górny.

.. _issue 1888: nedbat/coveragepy#1888 .. _pull 1919: nedbat/coveragepy#1919

.. _changes_7-6-12:

Commits
  • 5e0fd51 docs: sample HTML for 7.7.1
  • 9b82965 docs: prep for 7.7.1
  • 1be53a8 docs: add clarification about missing line numbers in the text report
  • 87bc26b refactor: use f-strings more
  • 7ea1535 refactor: remove some needless checks
  • f503dc5 perf: collect more stats in sysmon
  • 97e68a0 build: bump version to 7.7.1
  • 61dcf71 docs: sample HTML for 7.7.0
  • 35a31c5 docs: prep for 7.7.0
  • 8f6e006 docs: edit the changelog
  • Additional commits viewable in compare view

Updates pre-commit from 4.1.0 to 4.2.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.2.0

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.2.0 - 2025-03-18

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Commits
  • aa48766 v4.2.0
  • bf6f11d Merge pull request #3430 from pre-commit/preferential-sys-impl
  • 3e8d0f5 adjust python default_language_version to prefer versioned exe
  • ff7256c Merge pull request #3425 from tusharsadhwani/ambiguous-ref
  • b7eb412 fix: crash on ambiguous ref 'HEAD'
  • 7b88c63 Merge pull request #3404 from pre-commit/pre-commit-ci-update-config
  • 94b97e2 [pre-commit.ci] pre-commit autoupdate
  • 2f93b80 Merge pull request #3401 from pre-commit/pre-commit-ci-update-config
  • 4f90a1e [pre-commit.ci] pre-commit autoupdate
  • aba1ce0 Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sed
  • Additional commits viewable in compare view

Updates django-debug-toolbar from 5.0.1 to 5.1.0

Release notes

Sourced from django-debug-toolbar's releases.

5.1.0

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@5.0.1...5.1.0

Changelog

Sourced from django-debug-toolbar's changelog.

5.1.0 (2025-03-20)

  • Added Django 5.2 to the tox matrix.
  • Updated package metadata to include well-known labels.
  • Added resources section to the documentation.
  • Wrap SHOW_TOOLBAR_CALLBACK function with sync_to_async or async_to_sync to allow sync/async compatibility.
  • Make require_toolbar decorator compatible to async views.
  • Added link to contributing documentation in CONTRIBUTING.md.
  • Replaced ESLint and prettier with biome in our pre-commit configuration.
  • Added a Makefile target (make help) to get a quick overview of each target.
  • Avoided reinitializing the staticfiles storage during instrumentation.
  • Avoided a "forked" Promise chain in the rebound window.fetch function with missing exception handling.
  • Fixed the pygments code highlighting when using dark mode.
  • Fix for exception-unhandled "forked" Promise chain in rebound window.fetch
  • Create a CSP nonce property on the toolbar Toolbar().csp_nonce.
Commits

Updates rust-just from 1.39.0 to 1.40.0

Release notes

Sourced from rust-just's releases.

1.40.0

Added

  • Allow the target of aliases to be recipes in submodules (#2632 by corvusrabus)
  • Make --list-submodules require --list (#2622 by casey)

Fixed

  • Star parameters may follow default parameters (#2660 by casey)

Misc

  • Remove test! macro from readme (#2648 by casey)
  • Sort enum variant, struct member, and trait members alphabetically (#2646 by casey)
  • Add Zed extension to readme (#2640 by sectore)
  • Refactor error checking in choose function (#2643 by casey)
  • Use Test struct instead of test! macro (#2642 by casey)
  • Include unicode codepoint in unknown start of token error (#2637 by CramBL)
  • Ignore broken pipe error from chooser (#2639 by casey)
  • Guarantee that Namepaths are non-empty (#2638 by casey)
  • Remove unnecessary binding modifiers (#2636 by casey)
  • Document Vim and Neovim built-in syntax highlighting (#2619 by laniakea64)
  • Remove rust:just Repology badge (#2614 by laniakea64)
  • Clarify --list argument (#2609 by casey)
  • Expand Windows path documentation (#2602 by casey)
  • Fix readme typos (#2596 by CramBL)
Changelog

Sourced from rust-just's changelog.

1.40.0 - 2025-03-09

Added

  • Allow the target of aliases to be recipes in submodules (#2632 by corvusrabus)
  • Make --list-submodules require --list (#2622 by casey)

Fixed

  • Star parameters may follow default parameters (#2660 by casey)

Misc

  • Remove test! macro from readme (#2648 by casey)
  • Sort enum variant, struct member, and trait members alphabetically (#2646 by casey)
  • Add Zed extension to readme (#2640 by sectore)
  • Refactor error checking in choose function (#2643 by casey)
  • Use Test struct instead of test! macro (#2642 by casey)
  • Include unicode codepoint in unknown start of token error (#2637 by CramBL)
  • Ignore broken pipe error from chooser (#2639 by casey)
  • Guarantee that Namepaths are non-empty (#2638 by casey)
  • Remove unnecessary binding modifiers (#2636 by casey)
  • Document Vim and Neovim built-in syntax highlighting (#2619 by laniakea64)
  • Remove rust:just Repology badge (#2614 by laniakea64)
  • Clarify --list argument (#2609 by casey)
  • Expand Windows path documentation (#2602 by casey)
  • Fix readme typos (#2596 by CramBL)
Commits
  • f40dd80 Merge pull request #96 from gnpaone/sync-action
  • 0721a25 chore: sync files from source repo
  • 4435696 Merge pull request #91 from gnpaone/dependabot/npm_and_yarn/npm/rust-just/typ...
  • 74255ac npm(deps-dev): bump @​typescript-eslint/eslint-plugin in /npm/rust-just
  • 8d17794 Merge pull request #95 from gnpaone/dependabot/npm_and_yarn/npm/rust-just/typ...
  • f94fb15 Merge pull request #94 from gnpaone/dependabot/npm_and_yarn/npm/rust-just/esl...
  • 2747cc1 npm(deps-dev): bump @​types/node in /npm/rust-just
  • bc297df npm(deps-dev): bump eslint from 9.21.0 to 9.22.0 in /npm/rust-just
  • 2f480ee Merge pull request #93 from gnpaone/dependabot/github_actions/robinraju/relea...
  • b522091 actions(deps): bump robinraju/release-downloader from 1.11 to 1.12
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.4.1` | `65.5.0` |
| [psycopg[c]](https://github.com/psycopg/psycopg) | `3.2.5` | `3.2.6` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.6.0` | `10.7.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.7.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.0.1` | `5.1.0` |
| [rust-just](https://github.com/gnpaone/rust-just) | `1.39.0` | `1.40.0` |



Updates `django-allauth` from 65.4.1 to 65.5.0
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `psycopg[c]` from 3.2.5 to 3.2.6
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.5...3.2.6)

Updates `newrelic` from 10.6.0 to 10.7.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v10.6.0...v10.7.0)

Updates `ruff` from 0.9.9 to 0.11.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.9...0.11.2)

Updates `coverage` from 7.6.12 to 7.7.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.12...7.7.1)

Updates `pre-commit` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0)

Updates `django-debug-toolbar` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@5.0.1...5.1.0)

Updates `rust-just` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/gnpaone/rust-just/releases)
- [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md)
- [Commits](gnpaone/rust-just@1.39.0...1.40.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: psycopg[c]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: newrelic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-debug-toolbar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: rust-just
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 24, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.92%. Comparing base (0b1f263) to head (f5c9b9d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #207   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files          36       36           
  Lines        1412     1412           
=======================================
  Hits         1411     1411           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 31, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 31, 2025
@dependabot dependabot Bot deleted the dependabot/pip/python-ca8000999b branch March 31, 2025 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants